home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / Flash / flash_template_8 / fp002.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-02-11  |  129 b   |  6 lines

  1. on(press){
  2.    _parent.press = true;
  3.    _parent._parent.buttonPress = false;
  4.    startDrag(this,0,0,0,0,_parent.slideArea);
  5. }
  6.